home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / gui / gutil_dev_370.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  20.9 KB  |  426 lines

  1. Short:    GUI creation library - developer archive
  2. Author:   P-O Yliniemi / Staffan Hämälä
  3. Uploader: peoyli@pluggnet.se (P-O Yliniemi)
  4. Version:  37.0
  5. Type:     dev/gui
  6.  
  7. Some examples may have weird names (for those who don't understand swedish),
  8. and some text files may be in swedish. This will be fixed in a later release.
  9. Contact me if there is any problem using any of the examples or the docs.
  10.  
  11. Two versions of the .library file is available with this developer package.
  12. One is the "normal" library, and the other one prints out a lot of info when
  13. executing a program that uses GadUtil.
  14.  
  15. If you need to use the debug version, rename the normal version in libs:,
  16. copy the debug version to libs, and rename it to gadutil.library. Reverse
  17. this to change back to the normal version. Don't forget to "flush" all
  18. unused libraries or reboot before testing the program again.
  19.  
  20. All necessary files for Asm & C development are included.
  21.  
  22. Changes overview:
  23. ~~~~~~~~~~~~~~~~~
  24. * 37.0  (29-Apr-96)
  25.     A new function that checks the library's revision added.
  26.     Two new tags added: GU_FractWidth and GU_FractHeight. Suggested
  27.     by Morten Amundsen.
  28.  
  29.     Some small bug fixes in 'C' include files (unterminated comments).
  30.     Cleaned up BetterTest.c a bit (removed some {}). Bug fix on the
  31.     last line of the example (GT_ReplyIMsg -> GU_ReplyIMsg).
  32.  
  33.     Added support for StormC in both installer script and include-
  34.     file installer. Created dictionary for StormC, so that all words
  35.     that belongs to GadUtil (functions, tags and constants) is shown
  36.     in another color.
  37.  
  38. * 36.60 (24-Feb-96)
  39.     Uses the screen's font as the gadget font if no GU_DefTextAttr or
  40.     GU_TextAttr tag is used. Bug fix from v36.59. Changed some docs,
  41.     assembled all examples,    changed installation scripts.
  42.  
  43. * 36.59 (06-Jan-96)
  44.     More docs completed (all docs, finally). Bug fix in the GU_AutoWidth,
  45.     GU_AdjustLeft and GU_AdjustRight tags. The underscore character was
  46.     counted as a normal one. This made gadgets without hotkeys one char
  47.     smaller than other gadgets. A new function that sorts one or two
  48.     lists was added. Some new constants added in include files.
  49.     Changed GU_MinimumIDCMP to support hotkeys. Changed PROGRESS_KIND
  50.     to use GU_GadgetText and GU_LocaleText. Uses the screen's font as
  51.     the gadget font if no GU_DefTextAttr or GU_TextAttr tag is used.
  52.  
  53. * 36.58 (01-Jan-96)
  54.     SLIDER_KIND and SCROLLER_KIND gadgets returned wrong result in
  55.     im->Code if the gadget was changes using the hotkey. Bug reported
  56.     by Lucasz Szelag.
  57.  
  58. * 36.57 (10-Dec-95)
  59.     Some more docs finished. A memory loss bug was fixed.
  60.  
  61. * 36.56 (10-Oct-95)
  62.     Changed some routines, so that hotkeys can't be used on disabled
  63.     gadgets. Made it possible to disable IMAGE_KIND, FILE_KIND and
  64.     DRAWER_KIND gadgets.
  65.  
  66. * 36.55 (30-Sep-95)
  67.     Bug fix in the hotkey part of the library. Wrong code were sent back
  68.     when using GU_LabelHotkey with a LISTVIEW_KIND gadget. A new gadget
  69.     kind was created, PROGRESS_KIND.
  70.  
  71. * 36.54 (06-Jul-95)
  72.     Added support for GU_AutoWidth to CYCLE_KIND gadgets.
  73.  
  74. * 36.53 (05-Jul-95) 
  75.     3 new tags and 4 new flags was added for the BEVELBOX_KIND gadget.
  76.     BEVELBOX_KIND gadgets can now have a shadow added to the text in the
  77.     border. The "sun" can be placed in 4 different places. GU_MinimumIDCMP
  78.     tag was added.
  79.  
  80. * 36.52 (25-Jun-95)
  81.     First public release. Some new flags for the BEVELBOX_KIND gadget was
  82.     added. Supports a total of 100 bevelbox kinds.
  83.  
  84.                                           P-O 960429
  85.                                           ~~~~~~~~~~
  86. ------------------------------------------------------------------------------
  87.  
  88.                             GadUtil.library v37.0
  89.                             ~~~~~~~~~~~~~~~~~~~~~
  90.     GadUtil is another gui library which main goal was to make it easy to
  91.     create font sensitive user interfaces. The library has grown away from
  92.     this main goal, and become another useful-routine-library.
  93.  
  94.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  95.     Distribution:
  96.  
  97.         1) Distribution of this library is allowed in two ways:
  98.              ¹) Only the .library file(s)
  99.              ²) The complete distribution
  100.  
  101.         2) Programmers of totally free software can use and distribute this
  102.           library for free.
  103.  
  104.         3) Programmers of Shareware, Licensware, commercial products and other
  105.            programs that the programmer get any kind of profit from shall send
  106.            a fully working (and registered) copy of the program and its docs to
  107.            us. All larger updates of the program should also be sent to us.
  108.           
  109.         4) Programmers of non-free software not covered by 1) and 2) (my Diskware
  110.            concept belongs to this group) shall be treated as in 3) (a fully
  111.            working and registered copy...).
  112.  
  113.         5) All programs (except commercial products in some cases) must state
  114.            that gadutil.library is used. This may be done in either the About
  115.            requester or in the documentation, but best of all in both places.
  116.  
  117.            Demonstration programs for gadutil.library (that includes the full
  118.            source) may be distributed without this note.
  119.  
  120.            Example for inclusion in About requester:
  121.  
  122.                 "This program uses gadutil.library, which
  123.                  is Copyright © 1994-1996 by P-O Yliniemi
  124.                  and Staffan Hämälä."
  125.  
  126.         6) All localized programs that uses this library should include the
  127.            .ct file(s) to allow anyone to translate that program into their
  128.            own language.
  129.  
  130.  
  131.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  132.     Below is a list of some of the main functions covered by this library.
  133.  
  134.     * FAST (NO OR VERY SMALL DIFFERENCE AGAINST GADTOOLS) AND SMALL (LESS THAN 10k).
  135.       WRITTEN IN ASSEMBLY LANGUAGE. NO F*CKING 'C' or any other slow language!
  136.  
  137.     * Font adaptive. Use any of the system fonts and most other fonts for
  138.       gadgets, texts and menus. All gadgets are placed relative to each
  139.       other, but can be placed at absolute positions (needed for the first
  140.       gadget).
  141.  
  142.     * No need to use GIMMEZEROZERO windows, as this is automatically handled
  143.       by the library. If you specify a gadget position of 10,10 the gadget
  144.       will be placed at 10,10 within the window's border.
  145.  
  146.     * Localized. It is really easy to localize all your (new) programs by
  147.       using this library. Functions and macros for creating localized menus
  148.       are supplied.
  149.  
  150.     * Both assembly and 'C' language support. This is one of the things that is
  151.       missing in most of the other gui libraries. Some extra macros are defined
  152.       for assembly language users, and will make the gadget and menu creating
  153.       process even more easy.
  154.  
  155.     * All GadTools gadgets are supported. Some extra functions are provided
  156.       for ListViews. BUTTON_KIND (and IMAGE_KIND) gadgets have some extra tags,
  157.       including a toggle-select option.
  158.  
  159.       5 extended gadget types are handled by the library:
  160.     
  161.         · FILE_KIND     - gadget for selecting a file.
  162.  
  163.         · DRAWER_KIND   - gadget for selecting a drawer. Most programs also
  164.                          use this gadget for file selection.
  165.  
  166.         · IMAGE_KIND    - uses an intuition image for the gadget. Can use
  167.                           different images for selected and non-selected state.
  168.  
  169.         · BEVELBOX_KIND - gadtools bevelboxes, with some extensions. All
  170.                           gadtools bevelboxes are supported (even with v37).
  171.                           Extensions allows text to be placed above, in or below
  172.                           the upper line of the box. All kinds can be inverted.
  173.  
  174.                           New for v36.52: Bevelbox text placement extended.
  175.                           3 new placements available together with the old
  176.                           ones: centered, left adjusted & right adjusted.
  177.  
  178.                           BFT_BUTTON   - GT v37 BUTTON_KIND border
  179.                           BFT_RIDGE    - GT v37 STRING_KIND border
  180.                           BFT_DROPBOX  - GT v39 BBFT_ICONDROPBOX border
  181.                           BFT_HORIZBAR - A horizontal shadowed line
  182.                           BFT_VERTBAR  - A vertical shadowed line
  183.  
  184.                           This makes it a total of 100 bevel box types. The bevel
  185.                           boxes are treated as gadgets by the library, and you
  186.                           can obtain the structure for the bevelbox in the same
  187.                           way as you get the gadget pointer.
  188.  
  189.                           New for v36.53: Added optional shadow on bevel box text.
  190.                           The shadow has a selectable color/pen and the "sun" can
  191.                           be placed in four different positions.
  192.  
  193.         · PROGRESS_KIND - progress indicator gadget. Background and fill color
  194.                           can be selected. Supports values up to 4.294.967.295,
  195.                           but maximum value should not exceed 4.294.967.295/width.
  196.                           v36.55.
  197.  
  198.     * Can create the minimum required IDCMP mask so that all gadgets works.
  199.  
  200.     * A new OpenFont (graphics.library and diskfont.library replacement) is supplied.
  201.       This function will open any font (from RAM, ROM or load it from disk).
  202.  
  203.     * Functions for listviews include adding nodes (memory for the string is
  204.       allocated by the function), counting nodes, getting node pointers, clearing
  205.       a listview, attach and detach lists, moving nodes up and down. A function
  206.       that allows you to sort one or two lists is included from v36.59.
  207.  
  208.     * No need to open gadtools.library anymore, since all gadtools functions are
  209.       provided through this library. Some (the most useable) functions from locale
  210.       library are also provided by gadutil.
  211.  
  212.     * Many libraries are opened through gadutil.library, and these library bases
  213.       are available for your own use (you don't have to open or close some libs).
  214.  
  215.     * All gadgets are created using tag lists. Every next gadget will use the
  216.       previous gadgets values as defaults. Only one call to the gadget making
  217.       routine is needed for every gadget list.
  218.  
  219.     * All gadgets can have their own hotkey. No extra work is needed by the
  220.       programmer (only one extra tag).
  221.  
  222.     * Distributed with lots of examples, mostly in assembly language, but also
  223.       in 'C'.
  224.  
  225.     * Other functions include:
  226.  
  227.         · Status change for toggle select buttons.
  228.  
  229.         · String change for STRING and TEXT_KIND gadgets.
  230.  
  231.         · Disable functions for all gadget kinds (new for 36.56).
  232.  
  233.         · Routines to set up a busy-pointer (available for both v37 and v39). These
  234.           routines also blocks the input to the main window of the program.
  235.  
  236.         · Routine to check if the mouse pointer is within a gadgets box. Useful
  237.           for mouse-position sensitive appwindows.
  238.  
  239.         · Bevelbox and window refreshing functions.
  240.  
  241.     * FAST (NO OR VERY SMALL DIFFERENCE AGAINST GADTOOLS) AND SMALL (LESS THAN 10k).
  242.       WRITTEN IN ASSEMBLY LANGUAGE. NO F*CKING 'C' or any other slow language!
  243.  
  244.  
  245.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  246.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  247.         Per-Olof Yliniemi                           Staffan Hämälä
  248.         Box 78                                      Pellovägen 268
  249.         S-980 61 Tärendö                            S-957 93 Pello
  250.         SWEDEN                                      SWEDEN
  251.  
  252.         email:                                      email:
  253.           peoyli@pluggnet.se                          staham@pluggnet.se
  254.  
  255.         phone:
  256.           +46-(0)978-20522
  257.  
  258.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  259.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  260.  
  261.  
  262. ============================= Archive contents =============================
  263.  
  264. Original  Packed Ratio    Date     Time    Name
  265. -------- ------- ----- --------- --------  -------------
  266.      792     408 48.4% 29-Apr-96 18:42:48 +-MakeArchive-.info
  267.      877     449 48.8% 29-Apr-96 18:43:08 +-MakeDevel-.info
  268.     1090     496 54.4% 29-Apr-96 18:43:08 +-MakeUser-.info
  269.      564     230 59.2% 29-Apr-96 18:42:48 +CatalogUtils.info
  270.      296     144 51.3% 29-Apr-96 18:42:52 +ASM-One_Data.sd
  271.    23292   13027 44.0% 29-Apr-96 18:42:52 +FlexCat
  272.    47196   14536 69.2% 29-Apr-96 18:42:52 +FlexCat_Eng.guide
  273.     1698     645 62.0% 29-Apr-96 18:42:52 +FlexCat_Quick.doc
  274.      305     160 47.5% 29-Apr-96 18:42:52 +Lattice_Data.sd
  275.      564     231 59.0% 29-Apr-96 18:43:08 +Docs.info
  276.      564     233 58.6% 29-Apr-96 18:43:00 +AutoDocs.info
  277.     1979     650 67.1% 29-Apr-96 18:43:04 +-MAKE-BIGFILE-
  278.     1556     384 75.3% 29-Apr-96 18:43:04 +00.GU_TableOfContents
  279.    27815    7550 72.8% 29-Apr-96 18:43:04 +01.GU_LayoutGadgetsA
  280.      429     198 53.8% 29-Apr-96 18:43:00 +02.GU_FreeLayoutGadgets
  281.     3362    1419 57.7% 29-Apr-96 18:43:00 +03.GU_CreateGadgetA
  282.     1542     725 52.9% 29-Apr-96 18:43:00 +04.GU_SetGadgetAttrsA
  283.     1761     884 49.8% 29-Apr-96 18:43:00 +05.GU_GetIMsg
  284.      924     446 51.7% 29-Apr-96 18:43:00 +06.GU_CountNodes
  285.      762     368 51.7% 29-Apr-96 18:43:00 +07.GU_GadgetArrayIndex
  286.      765     379 50.4% 29-Apr-96 18:43:00 +08.GU_BlockInput
  287.      598     302 49.4% 29-Apr-96 18:43:00 +09.GU_FreeInput
  288.      665     337 49.3% 29-Apr-96 18:43:00 +10.GU_FreeGadgets
  289.      681     332 51.2% 29-Apr-96 18:43:02 +11.GU_SetGUGadAttrsA
  290.     1726     799 53.7% 29-Apr-96 18:43:02 +12.GU_CoordsInGadBox
  291.     3580    1171 67.2% 29-Apr-96 18:43:02 +13.GU_GetGadgetPtr
  292.      597     310 48.0% 29-Apr-96 18:43:02 +14.GU_TextWidth
  293.      906     411 54.6% 29-Apr-96 18:43:02 +15.GU_GetLocaleStr
  294.     1884     828 56.0% 29-Apr-96 18:43:02 +16.GU_CreateLocMenuA
  295.     2238     966 56.8% 29-Apr-96 18:43:02 +17.GU_OpenCatalog
  296.      685     356 48.0% 29-Apr-96 18:43:02 +18.GU_CloseCatalog
  297.      613     306 50.0% 29-Apr-96 18:43:02 +19.GU_DisableGadget
  298.      845     416 50.7% 29-Apr-96 18:43:02 +20.GU_SetToggle
  299.      466     246 47.2% 29-Apr-96 18:43:02 +21.GU_RefreshBoxes
  300.     1062     512 51.7% 29-Apr-96 18:43:02 +22.GU_RefreshWindow
  301.      565     300 46.9% 29-Apr-96 18:43:02 +23.GU_OpenFont
  302.      514     264 48.6% 29-Apr-96 18:43:02 +24.GU_NewList
  303.      667     322 51.7% 29-Apr-96 18:43:02 +25.GU_ClearList
  304.      752     392 47.8% 29-Apr-96 18:43:02 +26.GU_DetachList
  305.      687     352 48.7% 29-Apr-96 18:43:02 +27.GU_AttachList
  306.     1301     641 50.7% 29-Apr-96 18:43:02 +28.GU_AddTail
  307.      491     255 48.0% 29-Apr-96 18:43:02 +29.GU_ChangeStr
  308.     1299     616 52.5% 29-Apr-96 18:43:02 +30.GU_CreateContext
  309.     1118     547 51.0% 29-Apr-96 18:43:02 +31.GU_GetGadgetAttrsA
  310.     1689     774 54.1% 29-Apr-96 18:43:02 +32.GU_CreateMenusA
  311.      574     288 49.8% 29-Apr-96 18:43:02 +33.GU_FreeMenus
  312.     1117     555 50.3% 29-Apr-96 18:43:02 +34.GU_LayoutMenuItemsA
  313.     1313     647 50.7% 29-Apr-96 18:43:02 +35.GU_LayoutMenusA
  314.     1141     563 50.6% 29-Apr-96 18:43:04 +36.GU_GetVisualInfoA
  315.      792     401 49.3% 29-Apr-96 18:43:04 +37.GU_FreeVisualInfo
  316.      750     378 49.6% 29-Apr-96 18:43:04 +38.GU_BeginRefresh
  317.      827     424 48.7% 29-Apr-96 18:43:04 +39.GU_EndRefresh
  318.     1504     724 51.8% 29-Apr-96 18:43:04 +40.GU_FilterIMsg
  319.     1406     662 52.9% 29-Apr-96 18:43:04 +41.GU_PostFilterIMsg
  320.     1028     510 50.3% 29-Apr-96 18:43:04 +42.GU_ReplyIMsg
  321.      848     428 49.5% 29-Apr-96 18:43:04 +43.GU_DrawBevelBoxA
  322.      736     388 47.2% 29-Apr-96 18:43:04 +44.GU_FindNode
  323.      738     377 48.9% 29-Apr-96 18:43:04 +45.GU_NodeUp
  324.      728     370 49.1% 29-Apr-96 18:43:04 +46.GU_NodeDown
  325.      971     427 56.0% 29-Apr-96 18:43:00 +47.GU_UpdateProgress
  326.      887     441 50.2% 29-Apr-96 18:43:04 +48.GU_SortList
  327.      766     372 51.4% 29-Apr-96 18:43:04 +49.GU_CheckVersion
  328.      334     173 48.2% 29-Apr-96 18:43:04 +99.GU_NewFunction
  329.    51334   17947 65.0% 29-Apr-96 18:43:06 +dev_historia.guide
  330.    50766   17861 64.8% 29-Apr-96 18:43:08 +dev_history.guide
  331.     7342    1328 81.9% 29-Apr-96 18:43:00 +gadtools.tags
  332.    80671   22789 71.7% 29-Apr-96 18:43:06 +GadUtil.doc
  333.   102563   25178 75.4% 29-Apr-96 18:43:06 +GadUtil.guide
  334.     1276     762 40.2% 29-Apr-96 18:43:08 +GadUtil.guide.info
  335.    10865    4058 62.6% 29-Apr-96 18:43:08 +GadUtil.manual
  336.      959     372 61.2% 29-Apr-96 18:43:06 +GadUtil.manual.info
  337.    11883    4467 62.4% 29-Apr-96 18:43:06 +GadUtil_dev.readme
  338.     4162    1762 57.6% 29-Apr-96 18:43:06 +GadUtil_usr.readme
  339.     8313    3021 63.6% 29-Apr-96 18:43:06 +GUtilInfo.txt
  340.      340      97 71.4% 29-Apr-96 18:43:06 +PrivateFunctions
  341.      564     235 58.3% 29-Apr-96 18:42:52 +Examples.info
  342.     2524    1384 45.1% 29-Apr-96 18:42:58 +AGuideTest
  343.    14039    4461 68.2% 29-Apr-96 18:42:58 +AGuideTest.s
  344.      564     230 59.2% 29-Apr-96 18:42:54 +AnyProgram.info
  345.     1261     625 50.4% 29-Apr-96 18:42:54 +- Läs den här -
  346.     3032    1760 41.9% 29-Apr-96 18:42:56 +AnyProgram
  347.     1059     550 48.0% 29-Apr-96 18:42:54 +anyprogram.cd
  348.     1567     801 48.8% 29-Apr-96 18:42:54 +anyprogram.ct
  349.    21381    6958 67.4% 29-Apr-96 18:42:56 +AnyProgram.s
  350.      564     226 59.9% 29-Apr-96 18:42:54 +BetterTest-C.info
  351.     7988    4598 42.4% 29-Apr-96 18:42:56 +BetterTest
  352.    11750    3419 70.9% 29-Apr-96 18:42:56 +BetterTest.c
  353.      835     395 52.6% 29-Apr-96 18:42:56 +BetterTest.info
  354.      229     134 41.4% 29-Apr-96 18:42:56 +led.asm
  355.      120     100 16.6% 29-Apr-96 18:42:56 +led.o
  356.      564     232 58.8% 29-Apr-96 18:42:54 +BetterTest.info
  357.     3252    1737 46.5% 29-Apr-96 18:42:56 +BetterTest
  358.      653     338 48.2% 29-Apr-96 18:42:56 +BetterTest.cd
  359.      563     324 42.4% 29-Apr-96 18:42:56 +BetterTest.ct
  360.    17129    5067 70.4% 29-Apr-96 18:42:56 +BetterTest.s
  361.      446     260 41.7% 29-Apr-96 18:42:56 +BetterTest.catalog
  362.     1960     833 57.5% 29-Apr-96 18:42:58 +BevelTest
  363.    10027    2838 71.6% 29-Apr-96 18:42:54 +BevelTest.s
  364.     1260     496 60.6% 29-Apr-96 18:42:54 +ExternTestInit.s
  365.     8476    2883 65.9% 29-Apr-96 18:42:56 +FractWidHei.s
  366.     7009    2581 63.1% 29-Apr-96 18:42:54 +GadToolsBug.s
  367.      988     661 33.0% 29-Apr-96 18:42:58 +GadToolsBug1
  368.      968     648 33.0% 29-Apr-96 18:42:58 +GadToolsBug2
  369.     1940    1155 40.4% 29-Apr-96 18:42:58 +LVTest
  370.    13914    4475 67.8% 29-Apr-96 18:42:54 +LVTest.s
  371.      900     433 51.8% 29-Apr-96 18:43:00 +MoreExamples-C.info
  372.     4276    2390 44.1% 29-Apr-96 18:43:00 +demo
  373.    11455    3239 71.7% 29-Apr-96 18:43:00 +demo.c
  374.      900     435 51.6% 29-Apr-96 18:43:00 +MoreExamples.info
  375.     2352    1042 55.6% 29-Apr-96 18:43:00 +demo
  376.    12708    3513 72.3% 29-Apr-96 18:43:00 +demo.s
  377.    17492    5051 71.1% 29-Apr-96 18:42:58 +mytestprog.s
  378.     2672    1341 49.8% 29-Apr-96 18:42:58 +mytestprog1
  379.     3252    1689 48.0% 29-Apr-96 18:42:58 +mytestprog2
  380.      564     232 58.8% 29-Apr-96 18:42:54 +OldInternal.info
  381.      360     226 37.2% 29-Apr-96 18:42:58 +internaltest.catalog
  382.      461     258 44.0% 29-Apr-96 18:42:56 +internaltest.cd
  383.      447     279 37.5% 29-Apr-96 18:42:56 +internaltest.ct
  384.     2896    1498 48.2% 29-Apr-96 18:42:58 +OldInternal
  385.    13664    3792 72.2% 29-Apr-96 18:42:56 +OldInternal.s
  386.      564     230 59.2% 29-Apr-96 18:42:54 +OldTestProgs.info
  387.     1852     989 46.5% 29-Apr-96 18:42:58 +GadUtilLibTest
  388.    10082    2765 72.5% 29-Apr-96 18:42:58 +GadUtilLibTest.s
  389.     2400    1537 35.9% 29-Apr-96 18:42:58 +HotKeysTest
  390.    16625    5298 68.1% 29-Apr-96 18:42:58 +HotKeysTest.s
  391.     2244    1207 46.2% 29-Apr-96 18:42:58 +TBLR_test
  392.    11548    3203 72.2% 29-Apr-96 18:42:58 +TBLR_test.s
  393.     1996    1055 47.1% 29-Apr-96 18:42:58 +TBLR_test2
  394.     1272     761 40.1% 29-Apr-96 18:43:00 +ThreeGadgets
  395.     8086    2828 65.0% 29-Apr-96 18:42:54 +ThreeGadgets.s
  396.      564     227 59.7% 29-Apr-96 18:42:48 +ExtraCmds.info
  397.    25044   14574 41.8% 29-Apr-96 18:42:52 +AskEnv
  398.    16676    8650 48.1% 29-Apr-96 18:42:54 +fd2pragma
  399.     2754    1289 53.1% 29-Apr-96 18:42:54 +fd2pragma.readme
  400.     5932    3511 40.8% 29-Apr-96 18:42:54 +XIcon
  401.      959     370 61.4% 29-Apr-96 18:43:08 +def_doc.info
  402.     1276     761 40.3% 29-Apr-96 18:43:08 +def_guide.info
  403.      564     232 58.8% 29-Apr-96 18:42:54 +Include.info
  404.     3360    1000 70.2% 29-Apr-96 18:42:48 +gadutil_protos.h
  405.     2400     942 60.7% 29-Apr-96 18:42:48 +gadutil_lib.fd
  406.    17662    4945 72.0% 29-Apr-96 18:42:50 +gadutil.h
  407.    17581    5229 70.2% 29-Apr-96 18:42:50 +gadutil.i
  408.     3512    1124 67.9% 29-Apr-96 18:42:50 +gadutil_lib.i
  409.    43346   10021 76.8% 29-Apr-96 18:42:50 +LVOs.i
  410.      185     129 30.2% 29-Apr-96 18:42:48 +gadutil.h
  411.      752     334 55.5% 29-Apr-96 18:42:50 +GadUtil Functions.dic
  412.     2188     829 62.1% 29-Apr-96 18:42:50 +GadUtil Types.dic
  413.    26851    6302 76.5% 29-Apr-96 18:43:08 +Install
  414.     1856    1006 45.7% 29-Apr-96 18:43:08 +Install.info
  415.     4057     680 83.2% 29-Apr-96 18:42:52 +install.script
  416.     4070    1385 65.9% 29-Apr-96 18:43:08 +Install_User
  417.     1855    1001 46.0% 29-Apr-96 18:43:08 +Install_User.info
  418.     1422     530 62.7% 29-Apr-96 18:43:08 +InstallInc.gad
  419.      549     319 41.8% 29-Apr-96 18:42:52 +InstallInc.info
  420.      564     229 59.3% 29-Apr-96 18:42:52 +libs.info
  421.    11552    6867 40.5% 29-Apr-96 18:42:54 +gadutil.library
  422.    19984    9780 51.0% 29-Apr-96 18:42:54 +gadutil.library_dbg
  423.      900     547 39.2% 29-Apr-96 18:43:08  GadUtil.info
  424. -------- ------- ----- --------- --------
  425.   976805  341595 65.0% 30-Apr-96 11:09:22   158 files
  426.